home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMSAVEMACRO / TFRMSAVEMACRO.txt
Text File  |  2008-08-19  |  1KB  |  69 lines

  1. object FrmSaveMacro: TFrmSaveMacro
  2.   Left = 368
  3.   Top = 300
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save Macro'
  6.   ClientHeight = 146
  7.   ClientWidth = 415
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 15
  22.     Width = 31
  23.     Height = 13
  24.     Caption = 'Name:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 47
  29.     Width = 57
  30.     Height = 13
  31.     Caption = 'Description:'
  32.   end
  33.   object EditNome: TEdit
  34.     Left = 72
  35.     Top = 12
  36.     Width = 329
  37.     Height = 21
  38.     TabOrder = 0
  39.   end
  40.   object EditDesc: TMemo
  41.     Left = 72
  42.     Top = 48
  43.     Width = 329
  44.     Height = 51
  45.     MaxLength = 2000
  46.     TabOrder = 1
  47.   end
  48.   object Button1: TButton
  49.     Left = 249
  50.     Top = 114
  51.     Width = 70
  52.     Height = 23
  53.     Caption = '&OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 2
  57.   end
  58.   object Button2: TButton
  59.     Left = 331
  60.     Top = 114
  61.     Width = 70
  62.     Height = 23
  63.     Cancel = True
  64.     Caption = '&Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 3
  67.   end
  68. end
  69.